home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / dev / gcc / ixemsdk.lha / man / cat3 / cos.0 < prev    next >
Text File  |  1996-09-02  |  1KB  |  32 lines

  1.  
  2. COS(3)                     UNIX Programmer's Manual                     COS(3)
  3.  
  4. NNAAMMEE
  5.      ccooss - cosine function
  6.  
  7. SSYYNNOOPPSSIISS
  8.      ##iinncclluuddee <<mmaatthh..hh>>
  9.  
  10.      _d_o_u_b_l_e
  11.      ccooss(_d_o_u_b_l_e _x)
  12.  
  13.      _f_l_o_a_t
  14.      ccoossff(_f_l_o_a_t _x)
  15.  
  16. DDEESSCCRRIIPPTTIIOONN
  17.      The ccooss() and ccoossff() functions compute the cosine of _x (measured in radi-
  18.      ans).  A large magnitude argument may yield a result with little or no
  19.      significance.  For a discussion of error due to roundoff, see math(3).
  20.  
  21. RREETTUURRNN VVAALLUUEESS
  22.      The ccooss() function returns the cosine value.
  23.  
  24. SSEEEE AALLSSOO
  25.      sin(3),  tan(3),  asin(3),  acos(3),  atan(3),  atan2(3),  sinh(3),
  26.      cosh(3),  tanh(3),  math(3)
  27.  
  28. SSTTAANNDDAARRDDSS
  29.      The ccooss() function conforms to ANSI C3.159-1989 (``ANSI C'').
  30.  
  31. BSD Experimental                  May 2, 1991                                1
  32.